/* 顶部banner图 */
.bannerBox .banner{
    width: 100%;
    height: 130px;
    object-fit: cover;
}

/* 价格 */
.priceBox{
    display: flex;
    height: 160px;
    background-color: #fff;
}
.priceBox .pigPrice{
    display: flex;
    border-right: 1px solid #eee;
}
.priceBox .pigPrice,
.priceBox .chickenPrice{
    padding: 0 17px;
}
.priceBox .pigPrice .left,
.priceBox .chickenPrice .data .left{
    width: 190px;
}
.priceBox .pigPrice .right,
.priceBox .chickenPrice .data .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    margin-left: 10px;
    color: #e40000;
    width: 73px;
}
.priceBox .pigPrice .left .firstRow span:nth-child(1),
.priceBox .chickenPrice .data .left .firstRow span:nth-child(1){
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.priceBox .pigPrice .left .firstRow span:nth-child(2),
.priceBox .chickenPrice .data .left .firstRow span:nth-child(2){
    color: #888;
    font-size: 12px;
    font-weight: bold;
}
.priceBox .pigPrice .left .secondRow,
.priceBox .chickenPrice .data .left .secondRow{
    color: #e40000;
    font-size: 44px;
    font-weight: bold;
}
.priceBox .pigPrice .left .thirdRow,
.priceBox .chickenPrice .data .left .thirdRow{
    color: #333;
    font-size: 14px;
}
.priceBox .pigPrice .left .thirdRow span,
.priceBox .chickenPrice .data .left .thirdRow span{
    color: #e40000;
    font-size: 14px;
    font-weight: bold;
}

.priceBox .pigRankingBox{
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}
.priceBox .pigRankingBox .checkMore{
    float: right;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}
.priceBox .pigRankingBox .rankingTitle{
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f5f5f5;
    border-radius:5px;
    height: 24px;
}
.priceBox .pigRankingBox .rankingTitle .rankingNum,
.priceBox .pigRankingBox .rankingTitle .rankingRate{
    flex: 20%;
    text-align: center;
}
.priceBox .pigRankingBox .rankingTitle .rankingArea,
.priceBox .pigRankingBox .rankingTitle .rankingPrice{
    flex: 30%;
    text-align: center;
}
.priceBox .pigRankingBox .onePrice{
    display: flex;
    align-items: center;
    height: 16px;
    margin-top: 10px;
    color: #000;
}
.priceBox .pigRankingBox .onePrice .onePriceRank,
.priceBox .pigRankingBox .onePrice .onePriceRate{
    flex: 20%;
    text-align: center;
}
.priceBox .pigRankingBox .onePrice .onePricePrice,
.priceBox .pigRankingBox .onePrice .onePriceArea{
    flex: 30%;
    text-align: center;
}
.priceBox .pigRankingBox .onePrice .onePriceRank{
    display: flex;
    justify-content: center;
}
.priceBox .pigRankingBox .onePrice .onePriceRank div{
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #e73548;
    border-radius: 5px;
}

.priceBox .chickenPrice{
    display: flex;
}
.priceBox .chickenPrice .data{
    display: flex;
}
.priceBox .chickenPrice .more{
    float: right;
    color: #555;
    font-size: 12px;
    transform: translate(-20px,-5px);
}
.priceBox .chickenPrice .chickenType{
    display: flex;
    margin-top: 25px;
}
.priceBox .chickenPrice .chickenType .title{
    width: 60px;
}
.priceBox .chickenPrice .chickenType img{
    width: 8px;
    height: 10px;
    vertical-align: unset;
}
.priceBox .chickenPrice .chickenType .tag{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    width: 436px;
}
.priceBox .chickenPrice .chickenType .tag >div{
    width: 120px;
    height: 36px;
    border-radius: 6px;
    background-color: #F5F5F5;
    line-height: 36px;
    margin-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;
    color: #666;
}
.priceBox .chickenPrice .chickenType .tag .tagActive{
    background-color: #fff;
    border: 1px solid #449b32;
    color: #449B32;
}

/* main中上部广告位 */
main .ad_main_middle_top .ad{
    width: 750px;
    height: 130px;
    object-fit: cover;
}

/* aside中上部广告位 */
main .ad_aside_middle_top .ad{
    width: 375px;
    height: 130px;
    object-fit: cover;
}

/* 顶部轮播图和要闻热点 */
.topSwiperAndHotBox{
    display: flex;
    margin-bottom: 15px;
}
.topSwiperAndHotBox .topSwiperBox{
    width: 370px;
    height: 230px;
    background-color: #fff;
    margin-right: 10px;
    overflow: hidden;
}
.topSwiperAndHotBox .topSwiperBox img{
    width: 370px;
    height: 208px;
    object-fit: cover;
}
.topSwiperAndHotBox .topSwiperBox .swiperContent{
    position: relative;
    /* margin-top: 10px; */
}
/* .topSwiperAndHotBox .topSwiperBox .swiperContent .swiper-slide{
    margin-left: 4px;
} */
.topSwiperAndHotBox .topSwiperBox .swiperContent .swiper-slide .img-zoom{
    position: relative;
}
.topSwiperAndHotBox .topSwiperBox .swiperContent .swiper-slide .img-zoom .topSwiperTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,.5);
    line-height: 30px;
    color: #fff;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.topSwiperAndHotBox .topSwiperBox .swiperContent .swiperPoint{
    position: absolute;
    bottom: -15px;
}
.my-bullet-active{
    width: 16px;
    height: 8px;
    background-color: #449B32;
    border-radius: 4px;
    opacity: 1;
}
.topSwiperAndHotBox .hotBox{
    width: 370px;
    height: 260px;
    background-color: #fff;
}

/* 顶部行业数据 */
.topIndustryDataBox{
    width: 100%;
    height: 250px;
    background-color: #fff;
    padding-bottom: 7px;
}
.topIndustryDataBox .content{
    display: flex;
}
.topIndustryDataBox .content .item{
    flex: 1;
    color: #666;
}
.topIndustryDataBox .content .item img{
    width: 160px;
    height: 120px;
    object-fit: cover;
}
.topIndustryDataBox .content .item .title{
    width: 160px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 行业数据 */
.industryDataBox{
    width: 100%;
    background-color: #fff;
    padding-bottom: 7px;
}
.industryDataBox .content{
    display: flex;
}
.industryDataBox .content .item{
    flex: 1;
    padding: 20px 10px;
    color: #666;
}
.industryDataBox .content .item img{
    width: 140px;
    height: 105px;
    object-fit: cover;
}
.industryDataBox .content .item .title{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 今日头条 */
.todayHot{
    height: 525px;
}
.todayHot .hotPoint{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #449b32;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
/* .todayHot li:before{
    content:'\2022';
    color: #449b32;
} */
.todayHot .firstTitle{
    margin: 10px 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.todayHot .firstTitle:hover{
    color: #449B32;
}
.todayHot .firstDesc{
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 热搜榜top */
.hot-article .title{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    line-height:27px;
}
.circleBox{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.circleBox .circle{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ccc;
}

/* 二级导航 */
.navHeader{
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

/* 侧边栏-原创报道 */
.originNewsBox{
    width: 100%;
    background-color: #fff;
    padding-bottom: 11px;
}
.originNewsBox .content img{
    width: 345px;
    height: 170px;
    object-fit: cover;
}
.originNewsBox .content .title1{
    font-size: 18px;
    color: #444;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.originNewsBox .content .title2{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.originNewsBox .link-dark{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 通栏广告位 */
.ad_1200{
    width: 1140px;
    height: 130px;
    margin-bottom: 15px;
    margin-left: 15px;
    object-fit: cover;
}

/* 直播&视频 */
.videoContent{
    height: 420px;
}
.videoBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.videoBox .video{
    position: relative;
    width: 160px;
    margin-left: 26px;
}
.videoBox .video:nth-child(4n+1){
    margin-left: 0;
}
.videoBox .video .poster,
.videoBox .video >div{
    width: 160px;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break: break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.videoBox .video .poster{
    height: 120px;
    object-fit: cover;
    margin-top: 0;
}
.videoBox .video .play{
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* 活动推荐 */
.activityBox{
    overflow: hidden;
    width: 375px;
    height: 420px;
}
.activityBox img{
    width: 345px;
    height: 170px;
    object-fit: cover;
}
.activityBox .swiperContent{
    position: relative;
    margin-top: 20px;
}
.activityBox .swiperContent .swiperPoint{
    position: absolute;
    bottom: -50px;
}
.activityBox .swiperTitle{
    font-size: 18px;
    color: #444;
    margin: 10px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.activityBox .swiperInfo{
    font-size: 14px;
    color: #999;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break: break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.my-bullet-active{
    width: 16px;
    height: 8px;
    background-color: #449B32;
    border-radius: 4px;
    opacity: 1;
}
/* .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px !important;
} */

/* 专题推荐 */
.specialBox{
    width: 1140px;
    margin-left: 15px;
}
.specialBox .content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.specialBox .content .item{
    width: 25%;
    /*margin-left: 9px;*/
    margin-bottom: 25px;
}
.specialBox .content .item:nth-child(1){
    margin-left: 0;
}
.specialBox .content .item img{
    width: 270px;
    height: 151px;
    object-fit: cover;
}
.specialBox .content .specialTitle{
    font-size: 16px;
    color: #444;
    margin: 5px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.specialBox .content .specialTime{
    font-size: 12px;
    color: #959595;
}

/*农财宝典 */
.ncbdBox{
    width: 1140px;
    margin-left: 15px;
}
.ncbdBox .content{
    display: flex;
    margin-top: 25px;
    padding-bottom: 25px;
}
.ncbdBox .content .item{
    margin-left: 9px;
}
.ncbdBox .content .item:nth-child(1){
    margin-left: 0;
}
.ncbdBox .content .item img{
    width: 270px;
    height: 360px;
    object-fit: cover;
}
.ncbdBox .content .specialTitle{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin: 15px 0 10px 0;
}
.ncbdBox .content .specialTitle span:nth-child(2){
    font-weight: normal;
    font-size: 14px;
    color: #de0000;
}
.ncbdBox .content .specialTime{
    font-size: 16px;
    color: #959595;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 农财智库频道页模板(channel_cnzk.html) */
.yearBox,
.monthBox{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}
.monthBox{
    margin-bottom: 0;
}
.yearBox >div,
.monthBox >div{
    flex: 1;
    margin-top: 5px;
}
.yearBox >div:nth-child(2),
.monthBox >div:nth-child(2){
    margin-top: 0;
}
.yearBox .year,
.monthBox .month{
    flex: 20;
    display: flex;
    flex-wrap: wrap;
}
.yearBox .year >div,
.monthBox .month >div{
    /* margin: 5px 30px; */
    width: 78px;
    height: 30px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.yearBox .year .yearActive,
.monthBox .month .monthActive{
    color:#ffffff;
    background-color: #449B32;
}
.yearunActive,
.monthunActive{
    color:#333333;
    background-color: #ffffff;
}
.contentBox{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.contentBox .item{
    width: 272px;
    height: 460px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-left: 7px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
/* .contentBox .item:nth-child(5n){
    margin-left: 0;
} */
.contentBox .item:hover{
    transform: translate(0,-15px);
    box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.2);
}
.contentBox .item img{
    width: 270px;
    height: 360px;
    object-fit: cover;
}
.contentBox .item .mgzName{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding: 15px 10px;
}
.contentBox .item .mgzName span:nth-child(2){
    font-weight: normal;
    font-size: 14px;
    color: #de0000;
}
.contentBox .item .mgzDesc{
    font-size: 16px;
    color: #959595;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

/* 指数频道页面 */
/* 折线图 */
.date{
    display: flex;
    height: 45px;
    background-color: #ecf5ea;
    border-radius: 5px;
}
.date .dateLeft{
    flex: 6;
    display: flex;
}
.date .space{
    flex: 1;
}
.date .dateLeft div{
    cursor: pointer;
    flex: 1;
    height: 45px;
    background-color: #ecf5ea;
    text-align: center;
    line-height: 43px;
    box-sizing: border-box;
    font-size: 20px;
    color: #666;
}
.date .dateLeft div:nth-child(1){
    border-top: 2px solid #449B32;
    background-color: #fff;
    color: #333;
    line-height: 40px;
}
.date .dateRight{
    flex: 3;
    display: flex;
    height: 24px;
    margin-top: 8px;
    border-radius: 5px;
}
.date .dateRight div{
    margin: 5px 10px 0 10px;
}
.date .dateRight input,
.date .dateRight select{
    border: none;
    color: #999;
    height: 30px;
}
.switchAnimal{
    display: flex;
    justify-content: flex-end;
    height: 50px;
    background-color: #fff;
}
.switchAnimal >div{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ccc;
    padding-right: 30px;
    cursor: pointer;
}
.switchAnimal >div:nth-child(1){
    color: #666;
}
.switchAnimal >div .square{
    width: 12px;
    height: 12px;
    background-color: #ccc;
    margin-right: 5px;
}
.switchAnimal >div:nth-child(1) .square{
    background-color: #449b32;
}
.cartogram{
    height: 460px;
    background-color: #fff;
}
/* 地图 */
.mapBox{
    background-color: #ecf5ea;
    border-radius: 5px;
}
.mapBox .title{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    height: 45px;
}
.mapBox .title .mapTitleLeft{
    font-size: 20px;
    color: #333;
    line-height: 45px;
}
.mapBox .title .mapTitleRight input{
    border: none;
    color: #999;
    height: 30px;
    margin-top: 8px;
}
.mapBox .mapContent{
    height: 800px;
    background-color: #fff;
}
/* 价格排行榜 */
.dataBox .dataTitle{
    display: flex;
    height: 45px;
    background-color: #ecf5ea;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 45px;
}
.dataBox .dataTitle >div{
    flex: 1;
    text-align: center;
}
.dataBox .data{
    height: 780px;
    background-color: #fff;
    border-radius: 5px;
    padding: 36px 90px;
}
.dataBox .data .dataHeader{
    display: flex;
}
.dataBox .data .dataHeader .pigTitle,
.dataBox .data .dataHeader .chickenTitle{
    display: flex;
    width: 450px;
    height: 46px;
    border-radius: 5px;
    background-color: #f5f5f5;
    line-height: 46px;
    font-size: 16px;
    color: #888;
}
.dataBox .data .dataHeader .pigTitle .headerArea,
.dataBox .data .dataHeader .chickenTitle .headerArea{
    width: 130px;
    text-align: right;
}
.dataBox .data .dataHeader .pigTitle .headerType,
.dataBox .data .dataHeader .chickenTitle .headerType{
    width: 120px;
    text-align: right;
}
.dataBox .data .dataHeader .pigTitle .headerPrice,
.dataBox .data .dataHeader .chickenTitle .headerPrice{
    width: 190px;
    text-align: right;
    padding-right: 15px;
}
.dataBox .data .dataHeader .pigTitle,
.dataBox .data .dataContent .pigBox{
    margin-right: 60px;
}
.dataBox .data .dataContent{
    display: flex;
    height: 600px;
}
.dataBox .data .dataContent .pigBox,
.dataBox .data .dataContent .chickenBox{
    width: 450px;
    height: 600px;
}
.dataBox .data .dataContent .pigBox .pig,
.dataBox .data .dataContent .chickenBox .chicken{
    display: flex;
    width: 450px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.dataBox .data .dataContent .pigBox .pig .rank,
.dataBox .data .dataContent .chickenBox .chicken .rank{
    width: 30px;
    height: 20px;
    background-color: #e73548;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.dataBox .data .dataContent .pigBox .pig .city,
.dataBox .data .dataContent .chickenBox .chicken .city{
    width: 160px;
    text-align: center;
}
.dataBox .data .dataContent .pigBox .pig .animal,
.dataBox .data .dataContent .chickenBox .chicken .animal{
    width: 80px;
    text-align: center;
}
.dataBox .data .dataContent .pigBox .pig .price,
.dataBox .data .dataContent .chickenBox .chicken .price{
    width: 180px;
    text-align: right;
}
/* 外面盒子样式---自己定义 */
.page_div{
    margin:20px 0;
    color:#666;
}
/* 页数按钮样式 */
.page_div button{
    display:inline-block;
    min-width:30px;
    height:28px;
    cursor:pointer;
    color:#666;
    font-size:13px;
    background-color:#f9f9f9;
    box-sizing: border-box;
    border:1px solid #dce0e0;
    text-align:center;
    margin:0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#firstPage,#lastPage,#nextPage,#prePage{
    width:50px;
    color:#449b32;
    border:1px solid #449B32;
}
#nextPage,#prePage{
    width:55px
}
.page_div .current{
    background-color:#449B32;
    border-color:#449B32;
    color:#FFF;
}
/* 页面数量 */
.totalPages{
    margin:0 10px;
}
.totalPages span,.totalSize span{
    color:#0073A9;margin:0 5px;
}
/*button禁用*/
.page_div button:disabled{
    opacity:.5;
    cursor:no-drop;
}

/* 电子书 */
.magazineBox{
    padding: 50px 0 20px 0;
}
#magazine{
	width: 992px;
	height:700px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#magazine img{
    width: 496px;
    height: 700px;
    object-fit: cover;
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}
.operateNav{
    display: flex;
    justify-content: center;
}
.operateNav .preBtn,
.operateNav .nextBtn{
    background-color: #ccc;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px;
    color: #fff;
}

/* 杂志文章列表 */
.mgDesc{
    display: flex;
    background-color: #fff;
    padding: 20px 0;
}
.mgDesc .mgImg img{
    width: 240px;
    height: 320px;
    margin-right: 20px;
    object-fit: cover;
}
.mgDesc .mgInfo{
    position: relative;
}
.mgDesc .mgInfo .mgTitle{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.mgDesc .mgInfo .mgTitle span:nth-child(2){
    font-size: 14px;
    color: #de0000;
    font-weight: normal;
}
.mgDesc .mgInfo .mgContent{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mgDesc .mgInfo .mgContent >div{
    flex:50%;
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
.mgDesc .mgInfo .mgBuyBtn{
    position: absolute;
    bottom: 0;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #449B32;
    color: #449B32;
    font-size: 14px;
    cursor: pointer;
}
.mgDesc .mgInfo .mgBuyBtn:hover{
    color: #fff;
    background-color: #449B32;
}
.hightlightsNav{
    width: 100%;
    height: 45px;
    color: #333;
    background-color: #f4f6f8;
    text-align: center;
    line-height: 45px;
    margin-top: 15px;
    letter-spacing: 4px;
    font-size: 16px;
    color: #333;
}
.articleBox{
    padding: 0 10px;
}
.articleBox .articleItem{
    width: 100%;
    /* height: 135px; */
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 25px 0;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.articleBox .articleItem >div{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.articleBox .articleItem >div:nth-child(2){
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.articleBox .articleItem:nth-last-child(1){
    border: none;
}
.mgList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mgList .mg{
    margin-bottom: 20px;
}
.mgList .mg:nth-child(odd){
    margin-right: 40px;
}
.mgList .mg img{
    width: 160px;
    height: 216px;
    object-fit: cover;
}
.mgList .mg >div:nth-of-type(1){
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 0 5px 0;
}
.mgList .mg >div:nth-of-type(2){
    font-size: 14px;
    font-weight: normal;
    color: #959595;
}

#outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}

#innerdiv {
    position: absolute;
}

#bigimg {
    border: 5px solid #fff;
    cursor: pointer;
}